home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
tclMotif-1.4
/
programs
/
prog21
< prev
next >
Wrap
Text File
|
1995-06-29
|
220b
|
11 lines
# testing RepType resource converter on scalar type arrowDirection
xtAppInitialize -class Program
xmArrowButton .arrow managed
.arrow getValues -arrowDirection d
puts stdout "direction: $d"
. realizeWidget
. mainLoop